From: Olaf Hering Date: Fri, 27 Mar 2015 10:29:24 +0000 (+0000) Subject: hotplug/Linux: add missing backslash in dom0_ip X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3513 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6ea0b23ed5226afc67f3c9d58e5cda35ce41c230;p=xen.git hotplug/Linux: add missing backslash in dom0_ip Without it the actual error message is not written to xenstore. Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu Acked-by: Ian Campbell --- diff --git a/tools/hotplug/Linux/vif-common.sh b/tools/hotplug/Linux/vif-common.sh index 28ddae583a..fa0a18e8eb 100644 --- a/tools/hotplug/Linux/vif-common.sh +++ b/tools/hotplug/Linux/vif-common.sh @@ -207,7 +207,7 @@ dom0_ip() local result=$(ip_of "$nd") if [ -z "$result" ] then - fatal + fatal \ "$netdev is not up. Bring it up or specify another interface with " \ "netdev= as a parameter to $0." fi